home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / netinclude / syslog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-21  |  422 b   |  20 lines

  1. #ifndef SYSLOG_H
  2. #define SYSLOG_H
  3. /*
  4.  * $Id: syslog.h,v 1.1 1994/01/24 07:41:52 jraja Exp $
  5.  *
  6.  * Copyright (c) 1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                    Helsinki University of Technology, Finland.
  8.  *                    All rights reserved.
  9.  *
  10.  * HISTORY
  11.  * $Log: syslog.h,v $
  12.  * Revision 1.1  1994/01/24  07:41:52  jraja
  13.  * Initial revision
  14.  *
  15.  */
  16.  
  17. #include <sys/syslog.h>
  18.  
  19. #endif /* !SYSLOG_H */
  20.